home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Games #12
/
GEGA012.iso
/
Jogos de Azar
/
roleta.swf
/
scripts
/
DefineSprite_340
/
frame_16
/
DoAction.as
Wrap
Text File
|
2006-01-17
|
355b
|
24 lines
if(eval("../:vColor") == 1)
{
if(vRedGesetzt == 1)
{
vRed *= 2;
gotoAndPlay(4);
set("../:vCashm",eval("../:vCashm") + vRed);
}
}
if(eval("../:vColor") == 2)
{
if(vRedGesetzt == 1)
{
gotoAndPlay(6);
}
}
if(eval("../:vColor") == 0)
{
if(vRedGesetzt == 1)
{
gotoAndPlay(6);
}
}